home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Lib / lib-tk / Tkconstants.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2000-06-23  |  1.8 KB  |  58 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.5)
  3.  
  4. NO = FALSE = OFF = 0
  5. YES = TRUE = ON = 1
  6. N = 'n'
  7. S = 's'
  8. W = 'w'
  9. E = 'e'
  10. NW = 'nw'
  11. SW = 'sw'
  12. NE = 'ne'
  13. SE = 'se'
  14. NS = 'ns'
  15. EW = 'ew'
  16. NSEW = 'nsew'
  17. CENTER = 'center'
  18. NONE = 'none'
  19. X = 'x'
  20. Y = 'y'
  21. BOTH = 'both'
  22. LEFT = 'left'
  23. TOP = 'top'
  24. RIGHT = 'right'
  25. BOTTOM = 'bottom'
  26. RAISED = 'raised'
  27. SUNKEN = 'sunken'
  28. FLAT = 'flat'
  29. RIDGE = 'ridge'
  30. GROOVE = 'groove'
  31. SOLID = 'solid'
  32. HORIZONTAL = 'horizontal'
  33. VERTICAL = 'vertical'
  34. NUMERIC = 'numeric'
  35. CHAR = 'char'
  36. WORD = 'word'
  37. BASELINE = 'baseline'
  38. SEL = 'sel'
  39. SEL_FIRST = 'sel.first'
  40. SEL_LAST = 'sel.last'
  41. END = 'end'
  42. INSERT = 'insert'
  43. CURRENT = 'current'
  44. ANCHOR = 'anchor'
  45. ALL = 'all'
  46. NORMAL = 'normal'
  47. DISABLED = 'disabled'
  48. ACTIVE = 'active'
  49. CASCADE = 'cascade'
  50. CHECKBUTTON = 'checkbutton'
  51. COMMAND = 'command'
  52. RADIOBUTTON = 'radiobutton'
  53. SEPARATOR = 'separator'
  54. SINGLE = 'single'
  55. BROWSE = 'browse'
  56. MULTIPLE = 'multiple'
  57. EXTENDED = 'extended'
  58.